Skip to content

Conversation

@velicuvlad
Copy link
Contributor

@velicuvlad velicuvlad commented Nov 5, 2025

@velicuvlad
Copy link
Contributor Author

will port to 4.0 once merged

Copy link
Contributor

@pasin pasin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should do .log() instead of ._log() as it is also used by our own code. The _getRevisionHistory() is a bit different as we don’t actually used it at all, but when looking at at now, it’s not necessarily to do _ as we have clearly said that it’s unsupported.

@velicuvlad velicuvlad requested a review from pasin November 6, 2025 16:14
Swift/Log.swift Outdated
/// Writes a log message to all the enabled log sinks.
internal static func log(domain: LogDomain, level: LogLevel, message: String) {
/// - Note: `Unsupported API` Internal used for testing purpose.
static func log(domain: LogDomain, level: LogLevel, message: String) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to make public as well.

@velicuvlad velicuvlad changed the title Expose Log._log for RN testing Expose Log.log for RN testing Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants